1 /*This css file is for student Login page*/
2
3 #header1{
4     height:
13%;
5     width:
100%;
6     background-color: darkseagreen;
7     font-weight: bolder;
8     font-family: sans-serif;
9     font-variant-ligatures: normal;
10     font-size:
130%;
11     text-align: center;
12 }
13
14 table{
15     position: absolute;
16     top:
50%;
17     left:
45%;
18    border: 1px solid black;
19 }
20
21 #d1{
22     position:absolute;
23     top:
30%;
24     left:
50%;
25     
26 }
27 span{
28     font-size:20px;
29     font-weight: bold;
30 }
31 #b1{
32     position:absolute;
33     bottom:
20%;
34     left:
70%;
35 }
36 body{
37     
38 }


Gõ tìm kiếm nhanh...